const net/http.http2ClientPreface
3 uses
net/http (current package)
h2_bundle.go#L3516: http2ClientPreface = "PRI * HTTP/2.0\r\n\r\nSM\r\n\r\n"
h2_bundle.go#L3535: http2clientPreface = []byte(http2ClientPreface)
h2_bundle.go#L5119: buf := make([]byte, len(http2ClientPreface))
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)